* src/json.c (make_symset_table): Fix over-large allocation size.
authorMattias Engdegård <mattiase@acm.org>
Thu, 4 Apr 2024 10:21:26 +0000 (12:21 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 4 Apr 2024 10:24:22 +0000 (12:24 +0200)
commita0d646fb9f3945d98586b15d157dbb909843f06c
treec08a05c3d755a6d6e8e75919978e78c5e9bff008
parent57e78f2d49a5b1a2337a15254e7b8c87aa63c83a
* src/json.c (make_symset_table): Fix over-large allocation size.

We multiplied when we should have added.  Oops.
src/json.c